-- background: 2695 from stack: in.0-3 -- bmap block id: 3196 -- flags: 0000 -- background id: 0 -- name: graph ----- HyperTalk script ----- on openBackground global MapMode put "graph" into MapMode end openBackground -- This handler goes to one of the Section cards. on showSection n set cursor to none visual wipe left go cd "level 1" visual wipe right go cd "section " & n & ":" end showSection -- This handler goes the first cd. on goFirst set cursor to none lock screen go cd "level 1" unlock screen with wipe left end goFirst -- part 28 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=0 top=5 right=28 bottom=465 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 18 -- style flags: 2048 -- line height: 18 -- part name: -- part 6 (button) -- low flags: 00 -- high flags: C006 -- rect: left=136 top=27 right=46 bottom=243 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: graphic map -- part 7 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=246 top=27 right=46 bottom=335 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: index map ----- HyperTalk script ----- on mouseUp visual dissolve go cd "indexMap" end mouseUp -- part 27 (button) -- low flags: 00 -- high flags: A004 -- rect: left=150 top=318 right=339 bottom=210 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 12 -- style flags: 16640 -- line height: 16 -- part name: QUIT ----- HyperTalk script ----- on mouseUp answer "Are you sure you want to quit?" with "No" or "Yes" if it is "yes" then lock screen global CameFrom,stakName put the short name of this cd into CameFrom put the short name of this stack into stakName go to cd "hi" of stack "Intro to HyperCard 2.0" put "doMenu " & quote & "Quit HyperCard" & quote into myMsg send myMsg to this cd end if end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=474 top=235 right=264 bottom=506 -- title width / last selected line: 0 -- icon id / first selected line: 10112 / 10112 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: HomeBtn ----- HyperTalk script ----- -- This handler lets the user quit or go home. -- It goes to cd "hi" of the Intro stack first to reset things. on mouseUp answer "What do you want to do?" with "Cancel" or "Quit" or "Go Home" if it is not "Cancel" then lock screen global CameFrom,stakName put the short name of this cd into CameFrom put the short name of this stack into stakName go to cd "hi" of stack "Intro to HyperCard 2.0" if it is "Quit" then put "doMenu " & quote & "Quit HyperCard" & quote into myMsg send myMsg to this cd else if it is "Go Home" then send "doMenu Home" to this cd end if end mouseUp -- part 29 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=22 top=165 right=192 bottom=108 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Goals & Objectives ----- HyperTalk script ----- on mouseUp goto the short name of me end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=22 top=204 right=231 bottom=108 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: How To Use This Stack ----- HyperTalk script ----- on mouseUp goto the short name of me end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=22 top=243 right=270 bottom=108 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go To Main Menu ----- HyperTalk script ----- on mouseUp goto the short name of me end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=155 top=87 right=136 bottom=205 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: section 1: ----- HyperTalk script ----- on mouseUp goto the short name of me end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=155 top=149 right=198 bottom=205 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: section 2: ----- HyperTalk script ----- on mouseUp goto the short name of me end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=155 top=221 right=270 bottom=205 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: section 3: ----- HyperTalk script ----- on mouseUp goto the short name of me end mouseUp -- part 31 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=200 top=101 right=127 bottom=217 -- title width / last selected line: 0 -- icon id / first selected line: 24738 / 24738 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Show 1 ----- HyperTalk script ----- on mouseUp showSection 1 end mouseUp -- part 33 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=200 top=235 right=262 bottom=217 -- title width / last selected line: 0 -- icon id / first selected line: 24738 / 24738 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Show 3 ----- HyperTalk script ----- on mouseUp showSection 3 end mouseUp -- part 34 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=22 top=87 right=114 bottom=108 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Before You Start ----- HyperTalk script ----- on mouseUp goto the short name of me end mouseUp -- part 35 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=22 top=126 right=153 bottom=108 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Getting Started ----- HyperTalk script ----- on mouseUp goto the short name of me end mouseUp -- part 37 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=200 top=161 right=188 bottom=217 -- title width / last selected line: 0 -- icon id / first selected line: 24738 / 24738 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Show 2 ----- HyperTalk script ----- on mouseUp showSection 2 end mouseUp